home *** CD-ROM | disk | FTP | other *** search
/ Mac Magazin/MacEasy 42 / Mac Magazin and MacEasy Magazine CD - Issue 42.iso / Software / Grafik / Web-Publishing / NetObjects Fusion 2.0.1 / CDK / Mac CDK Readme < prev   
Text File  |  1997-06-02  |  2KB  |  78 lines

  1. ***********************************************************************
  2.                  Welcome to the NetObjects Fusion (tm)
  3.                    Component Development Kit Release 5.97
  4. ***********************************************************************
  5.  
  6. Welcome to the NetObjects Fusion Component Develepment Kit (CDK). This
  7. has been designed to give developers the tools they need to create great 
  8. Java components that integrate within NetObjects Fusion.
  9.  
  10. This Component Developers Kit includes:
  11.  
  12. 1) NetObjects Fusion Component User Guide and Tutorial
  13. 2) NetObjects Fusion Component Reference Manual
  14. 3) Sample source code for NetObjects Fusion Components
  15.  
  16. Table of Contents
  17. =================
  18.  
  19. A) Requirements
  20. B) Installing the CDK
  21. C) Creating Components
  22. D) Reporting CDK bugs and Feedback
  23. E) New in this Release
  24.  
  25. A) Requirements
  26. ===============
  27.  
  28. - A copy of NetObjects Fusion 2.0.1 on your system
  29. - A Java IDE (for JDK 1.0.2) or JDK 1.0.2
  30. - A good understanding of Java (JDK 1.0.2)
  31. - Adobe Acrobat Reader v3.0 or later
  32.  
  33. B) Installing the CDK
  34. =====================
  35.  
  36. Please follow the on screen installation directions. The necessary
  37. files will be installed by default in a folder at:
  38.  
  39. C:\Program Files\NetObjects\NetObjects Fusion CDK on Windows 95/NT
  40. or in a folder called "NetObjects Fusion CDK 5.97" on MacOS
  41.  
  42. C) Creating Components
  43. ======================
  44.  
  45. Please refer to the CDK User Guide and examples for information
  46. on creating Components.
  47.  
  48. Windows Note: Make sure you point your classpath to the installed "JavaLib"
  49. directory.
  50.  
  51. D) Reporting CDK Bugs
  52. =====================
  53.  
  54. news://www.netobjects.com/netobjects.developer.components.general
  55.  
  56. Please also send all reproducible bugs to nfxdev@netobjects.com 
  57. Please make sure your bug reports contain as much detail as possible. 
  58.  
  59. Required details are:
  60.  
  61. -CDK version number in the subject field
  62. -CPU (e.g., Pentium 166 - PowerPC required under MacOS)
  63. -O/S (95, NT 3.5x, NT 4.0 Workstation or Server, MacOS 7.5.5, 7.6 recommended)
  64. -Precise steps on how to reproduce the bug
  65. -Whether or not the bug causes a crash
  66. -Whether or not the crash loses site data
  67. -Java Version and IDE tool used
  68.  
  69. E) New in this Release
  70. ======================
  71.  
  72. We've added a new method to support cross-platform authoring.  
  73. Specifically, DFile.GetPathChar() - supports the native directtory
  74. delimiters for each OS.
  75.  
  76. This isn't yet covered in the printed documentation - for now, please
  77. refer to the included examples for syntax.
  78.